.mbheader {

    display: none;

}


.m-width {
    max-width: 1400px;
    margin: 0 auto;
}


.mbheader .header-con .logo {

    padding-left: 10px;

    box-sizing: border-box;

}

.mbheader .header-con .logo h1 {

    margin: 0;

}

header {

    height: 100px;

    position: relative;

    background: #fff;

    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);

}


header .header {

    width: 90%;

    height: 100%;

    margin: 0 auto;

    display: flex;

    flex-flow: row nowrap;

    justify-content: space-between;

    align-items: center;

    position: unset;

}


header .header .nav {

    height: 100%;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    flex-flow: inherit;

}


.newnav {

    width: 100%;

    height: 100%;

}


.newnav .newnav-cont {

    /*width: 1020px;*/
    width: 960px;
    height: 100%;

    margin: 0 auto;

}


.newnav .newnav-cont ul {

    height: 100%;

    display: flex;

    justify-content: space-around;

}


.newnav .newnav-cont ul li {

    display: flex;

    margin-bottom: 0;

    height: 100px;

}


.newnav .newnav-cont ul li>a {

    display: flex;

    width: auto;

    font-size: 16px;

    color: #3c3c3c;

    position: relative;

    align-items: center;

}


header h1 {

    margin-bottom: 0;

}


.newnav .newnav-cont ul li>a:hover {

    font-weight: bold;

    color: #25bdbf;

}


.newnav .newnav-cont ul li a.on {

    font-weight: bold;

    color: #25bdbf;

}


.subnav {

    display: none;

    width: 100%;

    background: rgba(244, 244, 244, 0.9);

    border-bottom: 3px solid #25bdbf;

    position: absolute;

    top: 100px;

    left: 0;

    z-index: 999;

}


.subnav .subnav-cont {

    width: 1400px;

    display: flex;

    justify-content: space-between;

    margin: 0 auto;

    padding: 40px 0;

    box-sizing: border-box;

}


.subnav .subnav-cont .left {

    width: 50%;

    display: flex;

    flex-flow: row nowrap;

    justify-content: flex-start;

    align-items: center;

}


.subnav .subnav-cont .left .img {

    width: 300px;

    height: 150px;

    overflow: hidden;

}


.subnav .subnav-cont .left .img img {

    transition: all .5s;

    width: 300px;

    height: 150px;

}


.subnav .subnav-cont .left .img img:hover {

    transform: scale(1.05);

}


.subnav .subnav-cont .left .text {

    width: 380px;

    margin-left: 30px;

}


.subnav .subnav-cont .left .text .h2 {

    font-size: 20px;

    color: #25bdbf;

}


.subnav .subnav-cont .left .text .h3 {

    font-size: 16px;

    color: #25bdbf;

    margin-top: 5px;

}


.subnav .subnav-cont .left .text p {

    font-size: 12px;

    color: #626262;

    line-height: 20px;

    margin-top: 30px;

}


.subnav .subnav-cont .right {

    width: 25%;

    height: -webkit-fill-available;

    display: flex;

    flex-flow: row wrap;

    justify-content: space-between;

}


.subnav .subnav-cont .right a {

    display: inline-block;

    height: 30px;

    width: 48%;

    border-bottom: 1px solid #d6d6d6;

    margin-top: 10px;

    font-size: 14px;

    color: #545454;

}


.subnav .subnav-cont .right a:hover {

    color: #25bdbf;

}


.newnav .newnav-cont ul li:hover>a {

    font-weight: bold;

    color: #25bdbf;

}


.newnav .newnav-cont ul li:hover .subnav {

    display: block;

}


/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/

.mbheader .header-con {

    display: flex;

    justify-content: space-between;

    align-items: center;

}


.mbheader .header-con .logo img {

    width: 60%;

}


.sp_header {

    height: 50px;

    background: #fff;

    position: fixed;

    z-index: 10;

    width: 100%;

}


.sp_logo {

    padding: 10px;

    float: left;

    height: 50px;

    width: 70%;

}


.sp_logo img {

    margin: auto;

    width: 100%;

    height: 100%;

}


.sp_nav {

    width: 50px;

    float: right;

    position: relative;

    cursor: pointer;

    height: 30px;

    margin-top: 10px
}


.sp_nav span {

    display: block;

    background: #0063b5;

    width: 30px;

    height: 2px;

    position: absolute;

    left: 10px;

    transition: all ease 0.35s
}


.sp_nav span:nth-of-type(1) {

    top: 0px
}


.sp_nav span:nth-of-type(2) {

    top: 10px
}


.sp_nav span:nth-of-type(3) {

    top: 20px
}


.sp_nav_se span:nth-of-type(1) {

    top: 10px;

    transform: rotate(45deg)
}


.sp_nav_se span:nth-of-type(2) {

    width: 0
}


.sp_nav_se span:nth-of-type(3) {

    top: 10px;

    transform: rotate(-45deg)
}


.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}


.nav_show {

    top: 50px
}


.sjj_nav>ul>li:first-child {

    overflow: hidden;

    border-top: 0
}


.sjj_nav>ul>li:first-child>a {

    float: left;

    width: calc(100% - 70px)
}


.sjj_nav>ul>li:first-child .language {

    float: right;

    width: 70px;

    overflow: hidden;

    line-height: 30px;

    margin-top: 5px
}


.sjj_nav>ul>li:first-child .language a {

    width: 35px;

    float: left;

    border-left: 1px #ddd solid;

    text-align: center;

    color: #999;

}


.sjj_nav ul li i {

    position: absolute;

    top: 5px;

    right: 0px;

    border-left: 1px #ddd solid;

    height: 30px;

    padding: 0px 7px 0 7px;

}


.sjj_nav ul li i svg {

    transform: rotate(-90deg);

    transition: all ease 0.35s
}


.sjj_nav ul li .sjj_nav_i_se svg {

    transform: rotate(0deg)
}


.sjj_nav ul li {

    border-top: 1px #ddd solid;

    margin-left: 20px;

    position: relative;

    line-height: 40px;

    font-size: 14px
}


.sjj_nav>ul>li:last-child {

    border-bottom: 1px #ddd solid;

}


.sjj_nav ul li ul {

    display: none
}


.sjj_nav ul li a {

    color: #666;

    width: 80%
}


.sjj_nav ul li ul li a {

    color: #999;

    display: block;

    text-align: left;

}


.sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #555;

}


.sjj_nav ul li .sjj_nav_i_se svg {

    fill: #c9141e
}


.sjj_nav ul li ul li>ul {

    margin-left: 10px
}


/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/

.banner .swiper-slide img {

    width: 100%;

}


.banner .swiper-container .swiper-pagination {

    bottom: 30px;

    left: 0;

    width: 100%;

}


.banner .swiper-pagination-bullet {

    width: 10px;

    height: 10px;

    background: none;

    opacity: 1;

    border: 1px solid #fff;

}


.banner .swiper-pagination-bullet-active {

    background-color: #fff;

}


.notice {

    margin: 80px auto 0;

    max-width: 1400px;

    height: 140px;

    background: url(../img/gg.png) left top no-repeat #f5f5f5;

}


/* 本例子css */

.picScroll-top {

    margin: 0 auto;

    width: 100%;

    overflow: hidden;

    position: relative;

    display: flex;

    justify-content: space-between;

    align-items: center;

}


.picScroll-top .hd {

    overflow: hidden;

    width: 15px;

    height: 100%;

    padding: 0 10px;

}


.picScroll-top .hd ul {

    float: right;

    overflow: hidden;

    zoom: 1;

    margin-top: 10px;

    zoom: 1;

}


.picScroll-top .hd ul li {

    float: left;

    width: 10px;

    height: 10px;

    overflow: hidden;

    margin-bottom: 5px;

    text-indent: -999px;

    cursor: pointer;

    border: 1px solid #25bdbf;

    border-radius: 100%;

}


.picScroll-top .hd ul li.on {

    background-color: #25bdbf;

}


.picScroll-top .bd {

    height: 140px;

    width: 100%;

}


.picScroll-top .bd ul {

    overflow: hidden;

    zoom: 1;

}


.picScroll-top .bd ul li {

    text-align: center;

    zoom: 1;

    height: 140px !important;

    display: flex;

    align-items: center;

    justify-content: center;

}


.picScroll-top .bd ul li .title .tit a {

    font-size: 32px;

    font-weight: bold;

    color: #3b3b3b;

}


.picScroll-top .bd ul li .title p {

    margin-top: 10px;

}


.picScroll-top .bd ul li .title p a {

    font-size: 14px;

    color: #b3b3b3;

}


.bttitle {

    display: flex;

    justify-content: space-between;

    align-items: center;

}


.bttitle h3 a {

    font-size: 20px;

    color: #3b3b3b;

    text-transform: uppercase;

}


.bttitle h2 a {

    font-weight: bold;

    font-size: 32px;

    color: #3b3b3b;

}


.bttitle .more a {

    font-size: 14px;

    color: #3b3b3b;

    opacity: .5;

    text-transform: uppercase;

}


.news {

    max-width: 1400px;

    margin: 80px auto 0;

}


.news-cont {

    margin-top: 45px;

    display: flex;

    justify-content: space-between;

}


.news-cont .left {

    width: 750px;

}


.news-cont .left .tab-head {

    display: flex;

    justify-content: space-between;

}


.news-cont .left .tab-head a {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 33%;

    height: 50px;

    border: 1px solid #ededed;

    font-size: 16px;

    color: #3b3b3b;

}


.news-cont .left .tab-head a.on,
.news-cont .left .tab-head a:hover {

    background-color: #25bdbf;

    border: 1px solid #25bdbf;

    color: #fff;

    font-weight: bold;

}


.news-cont .left .tab-cont ul {

    display: none;

}


.news-cont .left .tab-cont ul.on {

    display: block;

}


.news-cont .left .tab-cont ul li {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    padding: 25px 0;

    border-bottom: 1px solid #ebebeb;

}


.news-cont .left .tab-cont ul li:last-child {

    border: none;

}


.news-cont .left .tab-cont ul li .time {

    width: 10%;

    display: flex;

    flex-flow: column nowrap;

    align-items: center;

}


.news-cont .left .tab-cont ul li .time .day {

    font-size: 32px;

    color: #3b3b3b;

}


.news-cont .left .tab-cont ul li .time .month {

    font-size: 14px;

    color: #a7a7a7;

}


.news-cont .left .tab-cont ul li .text {

    width: 86%;

    margin-left: 20px;

    border-left: 1px solid #ebebeb;

    padding-left: 20px;

    box-sizing: border-box;


}


.news-cont .left .tab-cont ul li .text .tit a {
    font-size: 16px;
    color: #3b3b3b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.news-cont .left .tab-cont ul li .text p {
    font-size: 14px;
    color: #a7a7a7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.news-cont .left .tab-cont ul li:hover .time .day {

    color: #25bdbf;

    font-weight: bold;

}


.news-cont .left .tab-cont ul li:hover .text .tit a {

    color: #25bdbf;

    font-weight: bold;

}


.news-cont .right {

    width: 600px;

}


.news-cont .right .swiper-slide .text {

    border: 1px solid #ebebeb;

    border-top: none;

    width: 100%;

    padding: 25px 30px 15px;

    box-sizing: border-box;

}


.news-cont .right .swiper-slide .text .tit a {

    font-size: 18px;

    font-weight: bold;

    color: #3b3b3b;

}


.news-cont .right .swiper-slide .text .tit:hover a {

    color: #25bdbf;

}


.news-cont .right .swiper-slide .text p {

    width: 100%;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    font-size: 14px;

    color: #a7a7a7;

    margin: 5px 0 0;

}


.news-cont .right .swiper-slide .text .time {

    font-size: 14px;

    color: #a7a7a7;

    margin-top: 20px;

    text-align: left;

}


.news-cont .right .swiper-slide .img {

    overflow: hidden;

}


.news-cont .right .swiper-slide .img img {

    transition: all .5s;

    height: 340px;

    width: 100%;

}


.news-cont .right .swiper-slide .img img:hover {

    transform: scale(1.05);


}


.news-cont .right .swiper-button-prev,
.news-cont .right .swiper-button-next {

    width: 35px;

    height: 50px;

    top: 35%;

}


.news-cont .right .swiper-button-prev {

    left: 0px;

    background: url(../img/new-l.png);

}


.news-cont .right .swiper-button-prev:hover {

    background: url(../img/new-l-h.png);

}


.news-cont .right .swiper-button-next {

    background: url(../img/new-r.png);

    right: 0px;

}


.news-cont .right .swiper-button-next:hover {

    background: url(../img/new-r-h.png);

}


.areas {

    margin-top: 80px;

    position: relative;

}


.areas .areas-bg {

    width: 100%;

    height: 100%;

    position: absolute;

}


.areas .areas-bg img {

    width: 100%;

    height: 100%;

    transition: All 0.5s ease-in-out;

    -webkit-transition: All 0.5s ease-in-out;

    -moz-transition: All 0.5s ease-in-out;

    -o-transition: All 0.5s ease-in-out;

    position: absolute;

    top: 0;

}


.areas .areas-bg .img2 {

    opacity: 0;

}


/* .areas-cont .items .item:hover + .areas-bg .img1 {

    opacity: 0;

}



.areas-cont .items .item:hover + .areas-bg .img2 {

    opacity: 1;

} */


.areas-cont {

    width: 1400px;

    margin: 0 auto;

    /* padding: 80px 0; */

    border-left: 1px solid rgba(255, 255, 255, 0.5);

    border-right: 1px solid rgba(255, 255, 255, 0.5);

    position: relative;

}


.bisBox .bttitle {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
}

.bisBox .bttitle .left {
    padding-left: 10px;
}


.bisBox .bttitle h3 a {

    color: white;

}


.bisBox .bttitle h2 a {

    color: white;

}


.animated {

    height: 650px;

    display: flex;

    flex-flow: row nowrap;

    justify-content: space-between;

    align-items: center;

}


.animated .item {

    height: 100%;

    width: 100%;

    display: flex;

    flex-flow: column nowrap;

    justify-content: center;

    align-items: center;

    position: relative;

}


.animated .item:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}


.animated .item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}


.animated .item h4 {

    margin-top: 10px;

    z-index: 2;

}


.animated .item h4 a {

    font-size: 24px;

    color: #ffffff;

}


.animated .item p {
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    margin-top: 20px;
    display: none;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}


.animated .item .more {

    margin-top: 30px;

    z-index: 2;

}


.animated .item .more a {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 125px;

    height: 45px;

    border: 1px solid #fff;

    font-size: 14px;

    color: #fff;

}


.animated .item:hover p {

    display: block;

}


.animated .item:hover .more a {

    background-color: #0460ab;

    color: #fff;

    border: 1px solid #0460ab;

}


.animated .item .img {

    z-index: 2;

}


.animated .item .img .font_family {

    font-size: 48px;

    color: #fff;

}


.item-img {

    position: absolute;

    width: 100%;

    height: 100%;

    z-index: 1;

    opacity: 0;

    transition: All 0.5s ease-in-out;

    -webkit-transition: All 0.5s ease-in-out;

    -moz-transition: All 0.5s ease-in-out;

    -o-transition: All 0.5s ease-in-out;

}


.item-img img {

    width: 100%;

    height: 100%;


}


.animated .item:hover .item-img {

    opacity: 1;

}


.party {

    max-width: 1400px;

    margin: 80px auto 0;

}


.party .bttitle .moretab {

    display: flex;

}


.party .bttitle .moretab a {

    width: 152px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 1px solid #ebebeb;

    font-size: 16px;

    color: #3b3b3b;

    opacity: 1;

}


.party .bttitle .moretab a.on,
.party .bttitle .moretab a:hover {

    border: 1px solid #25bdbf;

    background-color: #25bdbf;

    color: white;

    font-weight: bold;

}


.party .party-cont {

    margin-top: 40px;

}


.party .party-cont .items.on {

    display: flex;

}


.party .party-cont .items {

    display: none;

    flex-flow: row nowrap;

    justify-content: flex-start;

}


.party .party-cont .items .item {

    width: 445px;

}


.party .party-cont .items .item:nth-child(2) {

    margin: 0 35px;

}


.party .party-cont .items .item .img {

    overflow: hidden;

}


.party .party-cont .items .item .img img {
    width: 445px;
    transition: all .5s;

}


.party .party-cont .items .item .text .time {

    font-size: 14px;

    color: #a9a9a9;

    margin-top: 10px;

}


.party .party-cont .items .item .text .tit {

    font-size: 18px;

    color: #3b3b3b;

    margin-top: 10px;

    overflow: hidden;
    /*自动隐藏文字*/

    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/

    white-space: nowrap;
    /*强制不换行*/

    width: 98%;
    /*不允许出现半汉字截断*/

}


.party .party-cont .items .item .text p {

    font-size: 14px;

    color: #a9a9a9;

    line-height: 20px;

    margin-top: 10px;

}


.party .party-cont .items .item a:hover img {

    transform: scale(1.05);

}


.party .party-cont .items .item a:hover .text .time {

    color: #25bdbf;

}


.party .party-cont .items .item a:hover .text .tit {

    font-weight: bold;

    color: #25bdbf;

}


.party-img {
    max-width: 1400px;
    margin: 70px auto 0;
}


.party-img .swiper-button-prev,
.party-img .swiper-button-next {
    width: 35px;
    height: 50px;
    top: 50%;
}


.party-img .swiper-button-prev {
    left: 0px;
    background-image: url(../img/new-l.png);
}


.party-img .swiper-button-prev:hover {
    background-image: url(../img/new-l-h.png);
}


.party-img .swiper-button-next {

    background-image: url(../img/new-r.png);

    right: 0px;

}


.party-img .swiper-button-next:hover {

    background-image: url(../img/new-r-h.png);

}


.party-img img {

    width: 100%;

    transition: all .5s;

}


.party-img img:hover {

    transform: scale(1.05);

}


.six {

    max-width: 1400px;

    margin: 80px auto 0;

}


.six .sixbox {

    display: flex;

    justify-content: space-between;

    margin-top: 40px;

}


.six .sixbox .item {

    position: relative;

}


.six .sixbox .item .text {

    position: absolute;

    bottom: 0;

    left: 0;

    padding: 20px 28px;

    box-sizing: border-box;

    width: 100%;


    transition: All 0.5s ease-in-out;

    -webkit-transition: All 0.5s ease-in-out;

    -moz-transition: All 0.5s ease-in-out;

    -o-transition: All 0.5s ease-in-out;

}


.six .sixbox .item .text .tit a {

    font-size: 18px;

    font-weight: bold;

    color: #ffffff;

}


.six .sixbox .item .text p {

    font-size: 14px;

    color: #fff;

    line-height: 25px;

    margin-top: 10px;

    height: 0px;

    overflow: hidden;

    transition: all .5s;

}


.six .sixbox .item:hover .text .tit a {

    font-weight: bold;

}


.six .sixbox .item:hover .text {

    background-color: #43ba99;

}


.six .sixbox .item:hover .text p {

    height: auto;

}


.media {

    margin-top: 80px;

}


.media .media-cont {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.media .media-cont .item {
    width: 50%;
    overflow: hidden;
}

.media .media-cont .item .xmtpt-text {
    transition: all 400ms ease-in-out;
}

.media .media-cont .item:hover .xmtpt-text {
    transform: translate(10px, 0);
    transition: all 400ms ease-in-out;
}

.media .media-cont .item .jjjc-text {
    transition: all 400ms ease-in-out;
}

.media .media-cont .item:hover .jjjc-text {
    transform: translate(10px, 0);
    transition: all 400ms ease-in-out;
}

.media .media-cont .item a span.more {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(../img/link-item-01.png);
}

.media .media-cont .item .xmtpt-text {

    padding: 83px 90px 83px 250px;

    display: flex;

    justify-content: space-between;

    color: #fff;

}


.media .media-cont .item .text p.title {

    font-size: 32px;

    font-weight: bold;

}

.media .media-cont .item .text p.title-en {

    font-size: 18px;

    font-weight: bold;

    text-transform: uppercase;

}

/*.media .media-cont .item a:hover span.more{*/

/*    background: url(../img/link-item-01.png);*/

/*}*/

.media .media-cont .item .jjjc-text {

    padding: 83px 250px 83px 90px;

    display: flex;

    justify-content: space-between;

    color: #fff;

}


.project {

    max-width: 1400px;

    margin: 80px auto 80px;

}


.project .swiper-containerpro {

    margin-top: 40px;

}


.project .swiper-containerpro .swiper-slide .text {

    padding: 45px 65px;

    box-sizing: border-box;

    display: flex;

    flex-flow: row nowrap;

    justify-content: flex-start;

    align-items: center;

    background: url(../img/jpxm_bg_11.png);

}


.project .swiper-containerpro .swiper-slide .text .title {

    font-size: 32px;

    font-weight: bold;

    color: #3b3b3b;

}


.project .swiper-containerpro .swiper-slide .text span {

    display: block;

    width: 1px;

    height: 64px;

    background-color: #dcdcdc;

    margin: 0 30px;

}


.project .swiper-containerpro .swiper-slide .text .cont {

    font-size: 14px;

    line-height: 25px;

    color: #3b3b3b;

    opacity: .5;

    width: 80%;

    text-align: left;


}


.project .swiper-containerpro .swiper-button-prev,
.project .swiper-containerpro .swiper-button-next {

    width: 73px;

    height: 73px;

    background-size: 73px 73px;

    top: 35%;

}


.project .swiper-containerpro .swiper-button-prev {

    left: 0px;

    background-image: url(../img/jpxm-l.png);

}


.project .swiper-containerpro .swiper-button-prev:hover {

    background-image: url(../img/jpxm-l.png);

}


.project .swiper-containerpro .swiper-button-next {

    background-image: url(../img/jpxm-r.png);

    right: 0px;

}


.project .swiper-containerpro .swiper-button-next:hover {

    background-image: url(../img/jpxm-r.png);

}


.project .swiper-containerpro .img {

    overflow: hidden;

}


.project .swiper-containerpro .img img {

    transition: all .5s;

}


.project .swiper-containerpro .img img:hover {

    transform: scale(1.05);

}


.links {

    background-color: #e2e2e2;

    height: 50px;

    width: 100%;

    margin-top: 40px;

}


.links .link {

    max-width: 1400px;

    height: 100%;

    margin: 0 auto;

    line-height: 50px;

    overflow: hidden;

}

.links .link ul.infoList li {
    width: 200px;
}


.links .link a {

    font-size: 14px;

    color: #787878;

    /*opacity: .5;*/

    float: left;

}


.links .link ul li:hover a {

    color: #25bdbf;

}


.link .bd {

    width: 93%;

    float: right;

}

.link .bd .tempWrap {

    width: 100% !important;

}


.bd-name {

    float: left;

}


footer {

    background: #e9e9e9;

    padding: 25px 0;

}


footer .top {

    border-top: 1px solid #bcbcbc;

    border-bottom: 1px solid #bcbcbc;

    padding: 15px 0;

    display: flex;

    justify-content: center;

}


footer .top a {

    font-size: 14px;

    color: #747474;

    /*opacity: .5;*/

}


footer .top a:nth-child(2) {
    margin: 0 45px 0 90px;
}

footer .top a:nth-child(3) {
    margin: 0 90px 0 45px;
}


footer .top a:hover {

    color: #25bdbf;

    opacity: 1;

}


footer .cont {

    margin-top: 25px;

}


footer .cont p {

    font-size: 14px;

    color: #747474;

    /*opacity: .5;*/

    text-align: center;

    line-height: 25px;

}


footer .cont p a {

    font-size: 14px;

    color: #747474;

}


.neiye-banner {

    position: relative;

}


.neiye-banner img {

    width: 100%;

}


.lanmu-weizhi {

    max-width: 1200px;

    height: 100%;

    position: absolute;

    left: 50%;

    margin-left: -600px;

    top: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.lanmu-weizhi .lanmu {

    font-size: 32px;

    font-weight: bold;

    color: #fff;

}


.lanmu-weizhi .weizhi,
.lanmu-weizhi .weizhi a {

    font-size: 14px;

    color: #fff;

    display: flex;

}


.lanmu-weizhi .weizhi {

    margin-top: 10px;

}


.lanmu-weizhi .weizhi a {

    margin: 0 5px;

}


.neiye-con {

    max-width: 1200px;

    margin: auto;

}


.detail {

    max-width: 985px;

    margin: 45px auto;

}


.detail .detail-title {

    font-size: 32px;

    font-weight: bold;

    text-align: center;

    color: #333;

    line-height: 1.6em;

    margin: 30px 0;

}


.detail .time {

    display: flex;

    justify-content: center;

    font-size: 14px;

    color: #C5C5C5;

    border-bottom: 1px solid rgba(112, 112, 112, .1);

}


.detail .time p {

    display: flex;

    line-height: 40px;

    margin: 0 5px;

}


.detail .time p .iconfont {

    font-size: 18px;

    margin-right: 5px;

}


.detail-con {

    display: flex;

    justify-content: space-between;

    margin-top: 45px;

}


.fenx {

    width: 5%;

    height: auto;

    border-right: 1px solid rgba(112, 112, 112, .1);

}


.detail-txt {

    width: 90%;

    line-height: 40px;

    font-size: 18px;

}

.detail-txt p {
    line-height: 35px;
    margin-bottom: 15px;
}

.detail-txt p img {
    width: auto;
}


.detail-con .fenx p {

    font-size: 12px;

    color: #C5C5C5;

    margin-bottom: 20px;

}


.detail-txt p video {
    width: 100%;
    height: auto;
}


.detail-con .fenx ul li {

    width: 35px;

    height: 35px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 10px;

    position: relative;

}


.detail-con .fenx ul li .iconfont {

    color: #C5C5C5;

    font-size: 24px;

}


.detail-con .fenx ul li:hover {

    background: url(../img/share-border.png) no-repeat;

    cursor: pointer;

}


.detail-con .fenx ul li:hover .iconfont {

    color: #27BBBF;

}


.detail-con .fenx ul li .code canvas {

    width: 100px;

    height: 100px;

}


.detail-con .fenx ul li .code {

    position: absolute;

    left: -110px;

    display: none;

}


.detail-con .fenx ul li:hover .code {

    display: block;

}


.neiye-nav {

    width: 100%;

    height: 60px;

    margin-bottom: 65px;

    background-color: #F8F8F8;

}


.neiye-nav .neiyecont {

    max-width: 1400px;

    height: 100%;

    margin: 0 auto;

    display: flex;

}


.neiye-nav .neiyecont a {

    display: flex;

    align-items: center;

    height: 60px;

    padding: 0 30px;

    font-size: 16px;

    color: #404040;

}


.neiye-nav .neiyecont a.on,
.neiye-nav .neiyecont a:hover {

    background-color: #27BBBF;

    font-weight: bold;

    color: #fff;

}


.piclist {

    margin: 60px auto 0;

    max-width: 1400px;

    display: flex;

    flex-flow: row wrap;

    justify-content: flex-start;

    align-items: center;

}


.piclist .item {

    margin-right: 17.5px;

    margin-bottom: 20px;

}


.piclist .item:nth-of-type(3n) {

    margin-right: 0;

}


.piclist .item span {

    font-size: 18px;

    color: #404040;

    text-align: center;

    display: block;

    margin-top: 20px;

}


.piclist .item .img {

    overflow: hidden;

}


.piclist .item .img img {
    width: 445px;
    transition: all .5s;
}


.piclist .item a:hover span {

    color: #27BBBF;

    font-weight: bold;

}


.piclist .item a:hover .img img {

    transform: scale(1.05);

}


.txt-list {

    max-width: 1400px;

    margin: 0 auto;

}


.txt-list ul li {

    margin-top: 40px;

    display: flex;

    flex-flow: row nowrap;

    justify-content: flex-start;

    align-items: flex-start;

    position: relative;

    border-bottom: 1px solid #f3eded;

    padding-bottom: 40px;

}


.txt-list ul li .img {

    width: 25%;

    border-radius: 5px;

    overflow: hidden;

    margin-right: 2%;

}


.txt-list ul li .img img {

    width: 350px;

    height: 200px;

    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;

}


.txt-list ul li .img:hover img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);

}


.txt-list ul li .txt {

    width: 73%;

}


.txt-list ul li .txt .title {

    font-size: 18px;

}


.txt-list ul li .txt .title a {

    color: #404040;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}


.txt-list ul li:hover .txt .title {

    color: #1D5495;

}


.txt-list ul li .txt .abs {

    margin: 20px 0;

    line-height: 23px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: box;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}


.txt-list ul li .txt .abs a {

    font-size: 14px;

    color: rgba(64, 64, 64, .5);

}


.txt-list ul li .time {

    display: flex;

    justify-content: space-between;

    font-size: 14px;

}


.txt-list ul li .time p {

    font-size: 14px;

    color: rgba(64, 64, 64, .5);

    display: flex;

    align-items: center;

}


.txt-list ul li .time p .iconfont {

    font-size: 18px;

    margin-right: 10px;

}


.txt-list ul li .more {

    width: 90px;

    height: 35px;

    background: #27BBBF;

    line-height: 35px;

    position: absolute;

    bottom: 40px;

}


.txt-list ul li .more a {

    font-size: 14px;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

}


.txt-list ul li.no_img .img {

    display: none;

}


.txt-list ul li.no_img .txt {

    width: 100%;

}


.txt-list ul li.no_img .more {

    display: none;

}


.txt-list ul li:hover .txt .title a {

    font-weight: bold;

    color: #27BBBF;

}


.newsTion,
.dynamic-con,
.construction,
.announcements {

    max-width: 1400px;

    margin: auto;

    margin-bottom: 50px;

}


.construction {

    margin-bottom: 0;

}


.newsTion-column {

    padding: 65px 0 40px 0;

}


.newsTion-column p {

    text-align: center;

}


.newsTion-column .newsTion-column-nameEng {
    font-size: 20px;
    text-transform: uppercase;
    /*margin-bottom: 5px;*/
}

.newsTion-column .newsTion-column-name {
    font-size: 32px;
    font-weight: bold;
}

.newsTion-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.newsTion-img,
.newsTion-text {
    width: 48%;
    height: 400px;
}


.swiper1 {
    position: relative;
    min-height: 400px;
}


.swiper1 .swiper-slide {
    overflow: hidden;
}


.swiper1 .swiper-slide img {
    width: 100%;
    min-height: 400px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}


.swiper1 .swiper-slide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


.swiper1 .swiper-slide {
    position: relative;
}


.swiper1 .swiper-slide p {

    width: 100%;

    font-size: 20px;

    height: 60px;

    background: rgba(0, 0, 0, .5);

    position: absolute;

    bottom: 0;

    display: flex;

    align-items: center;

    padding-left: 25px;

    box-sizing: border-box;

}


.swiper1 .swiper-slide p a {

    width: 80%;

    color: #fff;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}


.swiper1-pagination {

    position: absolute;

    bottom: 0;

    z-index: 9;

    right: 25px;

    height: 60px;

    display: flex;

    align-items: center;

}


.swiper1-pagination .swiper-pagination-bullet {

    opacity: 1;

    background: none;

    border: 1px solid #fff;

}


.swiper1-pagination .swiper-pagination-bullet-active {

    background: #0161b8;

    border: 1px solid #0161b8;

}


.newsTion-text ul li.one {

    padding: 30px 20px;

    background: #0161b8;

    display: flex;

    flex-wrap: wrap;

    margin-top: 0;

    box-sizing: border-box;

    flex-direction: column;

}


.newsTion-text ul li.one a {

    width: 100%;

    font-size: 20px;

    font-weight: bold;
    display: initial;
    color: #fff;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}


.newsTion-text ul li.one:hover a {

    color: #fff;

}


.newsTion-text ul li.one span {

    font-size: 16px;

    color: #fff;

    margin-top: 10px;

}


.newsTion-text ul li {

    margin-top: 20px;

    width: 100%;

    display: flex;

    justify-content: space-between;

}


.newsTion-text ul li a {

    font-size: 16px;

    color: #333;

    width: 85%;

    display: flex;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}


.newsTion-text ul li:hover a {

    color: #22bdbf;

    font-weight: bold;

}


.newsTion-text ul li span {

    float: right;

    color: #bbb;

}


.dynamic {

    background: #f5f5f5;

    overflow: hidden;

}


.dynamic ul {

    display: flex;

    flex-direction: row;

    /*justify-content: space-evenly;*/

}


.dynamic ul li {

    padding: 30px;

    background: #fff;

    margin-right: 2%;

    width: 33%;

    box-sizing: border-box;

}


.dynamic ul li:last-child {

    margin-right: 0;

}


.dynamic ul li .time {

    font-size: 14px;

    color: #aaa;

}


.dynamic ul li p.title {

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;


}


.dynamic ul li .title a {

    font-size: 18px;

    color: #333;

    line-height: 68px;


}


.dynamic ul li .abs a {

    font-size: 14px;

    color: #aaa;

    line-height: 28px;

    font-weight: 100;

    overflow: hidden;

    text-overflow: ellipsis;

    display: box;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

}


.dynamic ul li .more {

    margin-top: 45px;

}


.dynamic ul li .more a {

    font-size: 14px;

    color: #aaa;

}


.dynamic ul li:hover .title a {

    color: #22bdbf;

    font-weight: bold;

}


.dynamic ul li:hover .more a {

    color: #22bdbf;

}


.swiper-item .img img {

    width: 100%;

}


.swiper-item .img {

    overflow: hidden;

}


.swiper-item img {

    width: 100%;

    display: block;

    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;

}


.swiper-item .img:hover img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);

}


.swiper-item .time {
    font-size: 14px;
    line-height: 54px;
    color: #aaa;
}

.construction .swiper-item .time {
    padding-left: 10px;
}

.construction .swiper-item .title {
    padding-left: 10px;
}

.construction .swiper-item .abs {
    padding-left: 10px;
}


.swiper-item:hover .time {
    color: #25bdbf;
}


.swiper-item .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.swiper-item:hover .title {
    font-weight: bold;
    color: #25bdbf;
}


.swiper-item .abs {
    font-size: 14px;
    color: #aaa;
    font-weight: 100;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.swiper2-pagination {
    margin-top: 40px;
    text-align: center;
}


.swiper-pagination-bullet {

    opacity: 1;

    border: 1px solid #25bdbf;

    background: none;

}


.swiper-pagination-bullet-active {

    border: 1px solid #25bdbf;

    background: #25bdbf;

}


.con4-list ul {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    flex-direction: row;

}


.con4-list ul li {
    padding: 25px 25px 25px 0;
    width: 48.5%;

    box-sizing: border-box;
    background: #f5f5f5;
}

.con4-list ul li:hover {
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}


.con4-list ul li:nth-of-type(1),
.con4-list ul li:nth-of-type(2) {

    margin-bottom: 30px;

}


.con4-list ul li a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 100%;

}


.con4-list ul li .time {

    border-right: 1px solid #e5e5e5;

    width: 15%;

    display: flex;

    align-items: center;

    flex-direction: column;

}


.con4-list ul li .time .day {

    font-size: 40px;

    line-height: 45px;

    margin-bottom: 10px;

    color: #333;

}


.con4-list ul li .time .mons {

    font-size: 14px;

    color: #aaa;

}


.con4-list ul li:hover .time p {

    color: #25bdbf;

}


.con4-list ul li:hover .time .day {

    font-weight: bold;

}


.con4-list ul li .text {

    padding-left: 20px;

    width: 79%;

}


.con4-list .text .title {

    font-size: 18px;

    margin-bottom: 15px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    color: #333;

}


.con4-list .text .abs {

    font-size: 14px;

    color: #aaaaaa;

    line-height: 22px;

    font-weight: 100;

    overflow: hidden;

    text-overflow: ellipsis;

    display: box;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}


.con4-list ul li:hover .title {

    color: #25bdbf;

    font-weight: bold;

}


.swiper-slide .video .title {

    line-height: 45px;

    background: #f5f5f5;

    text-align: center;

    font-size: 18px;

}


.swiper-slide:hover .video .title {

    background: #25bdbf;

    color: #fff;

    font-weight: 400;

}


.swiper-slide .video {

    position: relative;

}


.swiper-slide .video .img {

    height: 250px;

}


.swiper-slide .video .img:hover {

    transition: All 0s ease-in-out;

    -webkit-transition: All 0s ease-in-out;

    -moz-transition: All 0s ease-in-out;

    -o-transition: All 0s ease-in-out;

}


.swiper-slide .video .img:hover img {

    transform: scale(1);

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -o-transform: scale(1);

    -ms-transform: scale(1);

}


.swiper-slide .video .zhezhao {

    width: 100%;

    height: 250px;

    display: flex;

    position: absolute;

    top: 0;

    background: rgba(0, 0, 0, .5);

    align-items: center;

    justify-content: center;

}


.swiper-slide .video .zhezhao img {

    width: 28px;

    height: 28px;

}


.threePlates {

    max-width: 1400px;

    margin: 90px auto 70px auto;


}


.threePlates ul {

    display: flex;

    justify-content: space-between;

}


.threePlates ul li {

    width: 440px;

    /*height: 600px;*/

    border: 1px solid #ebebeb;

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 45px 50px;

    /*justify-content: space-evenly;*/

}

.m-top-50 {

    margin-top: 50px;

}


.m-top-30 {

    margin-top: 30px;

}


.threePlates ul li:nth-child(2) {

    margin: 0 40px;

}


.threePlates ul li:hover {
    background: url(../img/plate-bg.png) no-repeat center center;
    background-size: cover;
}


.threePlates ul li .plate-icon {

    width: 100px;

    height: 100px;

    border: 1px solid #ebebeb;

    border-radius: 5px;

    display: flex;

    justify-content: center;

    align-items: center;

}


.threePlates ul li .plate-icon .font_family {

    font-size: 48px;

    color: #0062b0;

}


.threePlates ul li:hover .plate-icon {

    border-color: #fff;

    background: #fff;

}


.threePlates ul li:hover .plate-icon .font_family {

    color: #61ced1;

}


.threePlates ul li .title {

    font-size: 24px;

    color: #333;

    font-weight: bold;

}


.threePlates ul li:hover .title {

    color: #fff;

}


.threePlates ul li .xian {

    width: 33px;

    border-top: 1px solid #0062b0;

}


.threePlates ul li:hover .xian {

    border-top: 1px solid #fff;

}


.threePlates ul li .abs {

    line-height: 40px;

    font-size: 16px;

    text-align: center;

    width: 100%;

    color: #8e8e8e;

}


.threePlates ul li:hover .abs {

    color: #fff;

}


.threePlates ul li .more {

    width: 160px;

    height: 50px;

    font-size: 14px;

    border: 1px solid #c2c2c2;

    border-radius: 5px;

    display: flex;

    justify-content: center;

    align-items: center;

}


.threePlates ul li .more a {

    color: #c2c2c2;

}


.threePlates ul li:hover .more {

    border-color: #fff;

}


.threePlates ul li:hover .more a {

    color: #fff;

}


.education {

    width: 50%;

}


.education ul {

    display: flex;

    flex-direction: row;

}


.education ul li {

    width: 335px;

}


.education ul li .img {

    overflow: hidden;

}


.education ul li .img img {

    width: 100%;

    display: block;

    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;

}


.education ul li .img:hover img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);

}


.education ul li:nth-of-type(1) {

    margin-right: 20px;

}


.education ul li p {

    /* height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px; */

}


.education ul li p a {

    color: #333;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;

}


.education ul li:hover p {

    background: #25bdbf;

}


.education ul li:hover p a {

    color: #fff;

}


.subject {

    background: #f7f7f7;

    padding: 30px;

}


.subject .title {

    font-size: 18px;

    line-height: 35px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}


.subject .title a {

    color: #333;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}


.subject:hover .title a {

    font-weight: bold;

    color: #25bdbf;

}


.subject .abs {

    line-height: 30px;

    font-size: 14px;

    color: #a6a6a6;

}


.subject .abs a {
    height: 60px;
    color: #a6a6a6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.companyProfile {
    max-width: 1400px;
    margin: auto;
    margin-top: 105px;
    display: flex;
    justify-content: space-between;
    background: url(../img/about-bg.png) no-repeat;
    background-position-x: 310px;
    margin-bottom: 100px;
}

.companyEng {
    font-size: 20px;
}

.companyProfile .company-img a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


.companyProfile .company-img a img {

    width: 100%;

    height: 100%;

    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;

}


.companyName {

    font-size: 32px;

    font-weight: bold;

}


.company ul {

    display: flex;

    margin: 70px 0;

}


.company ul li a {

    display: flex;

    flex-direction: column;

    align-items: center;

}


.company ul li a .font_family {

    font-size: 48px;

    color: #000;

}


.company ul li:nth-of-type(1) {

    margin-right: 80px;

}


.company ul li p {

    font-size: 20px;

    font-weight: bold;

    margin-top: 15px;

    color: #333;

}


.company ul li:hover p {

    color: #25bdbf;

}


.company ul li:hover a .font_family {

    color: #25bdbf;

}


.profile {

    width: 700px;

    line-height: 40px;

    font-size: 16px;

    margin-top: 45px;

}


.company .more {

    width: 160px;

    height: 50px;

    border: 1px solid #d8d8d8;

    display: flex;

    justify-content: center;

    align-items: center;

}


.company .more a {

    color: #767676;

}


.company .more:hover a {

    color: #fff;

}


.company .more:hover {

    border: 1px solid #27b7ba;

    background-color: #27b7ba;

}


.honorary {

    background: url(../img/honorary-bg.png) no-repeat;

    background-size: 100% 100%;

}


.honorary-con {

    max-width: 1400px;

    margin: auto;

    padding-bottom: 40px;

}


.honorary .newsTion-column p {

    color: #fff;

}


.honorary-item {

    height: 405px;

    background-color: #fff;

}


.honorary-item .img {

    height: 340px;

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: hidden;

}


.honorary-item .img img {

    display: block;

    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;

}


.honorary-item .img:hover img {

    transform: scale(1.05);

    -webkit-transform: scale(1.05);

    -moz-transform: scale(1.05);

    -o-transform: scale(1.05);

    -ms-transform: scale(1.05);

}


.honorary-item p {

    height: 65px;

    background-color: #f6f6f6;

    font-size: 18px;

    color: #333;

    line-height: 65px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    width: 100%;

    margin: auto;

    padding: 0 50px;

    box-sizing: border-box;

    text-align: center;

}


.honorary-item:hover p {

    color: #27b7ba;

    font-weight: bold;

}


.swiper-pagination-bullet {

    border: 1px solid #fff;

    background: none;

    opacity: 1;

}


.swiper-pagination-bullet-active {

    border: 1px solid #fff;

    background: #fff;

}


.basic,
.sixAreas {

    max-width: 1400px;

    margin: auto;

}


.basic-item {

    display: flex;

    justify-content: space-between;

}


.basic-item .img {

    overflow: hidden;

}


.basic-item .img img {

    display: block;

    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;

}


.basic-item .img:hover img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);

}


.basic-item .text {

    width: 360px;

    height: 450px;

    background: #f6f6f6;

    border-top: 5px solid #25bdbf;

    box-sizing: border-box;

    padding: 0 35px;

}


.basic-item .text .title {

    font-size: 18px;

    font-weight: bold;

    margin: 50px 0 35px 0;

}


.basic-item .text:hover .title a {

    color: #27b7ba;

}


.basic-item .text .title a {

    color: #333;

}


.basic-item .text .abs {

    line-height: 38px;

    font-size: 16px;

}


.basic-item .text .abs a {

    color: #787878;

}


.swiper3-pagination {

    text-align: center;

    margin-top: 40px;

}


.swiper-pagination-bullet {

    border: 1px solid #25bdbf;

    background: none;

    opacity: 1;

}


.swiper-pagination-bullet-active {

    border: 1px solid #25bdbf;

    background: #25bdbf;

}


.sixAreas {

    margin-top: 90px;

}


.sixAreas ul li {

    display: flex;

    background: #f5f5f5;

    margin-bottom: 30px;

    justify-content: space-between;

}


.sixAreas ul li .img {

    display: inline-table;

}


.sixAreas ul li .img2 {

    overflow: hidden;

}


.sixAreas ul li .img img {

    display: block;

    transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;

}


.sixAreas ul li .img:hover img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    -ms-transform: scale(1.1);

}


.sixAreas ul li .text {

    padding: 0 45px;

    width: 708px;

}


.sixAreas ul li:nth-of-type(2n) {

    flex-flow: row-reverse;

}


.sixAreas ul li .text .titleEng {

    font-size: 16px;

    text-transform: uppercase;

    margin-top: 50px;

}


.sixAreas ul li:hover .text .titleEng,
.sixAreas ul li:hover .text .title {

    color: #26bfbd;

}


.sixAreas ul li .text .title {

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 35px;

}


.sixAreas ul li .text .abs {

    font-size: 16px;

    line-height: 36px;

    color: #7a7d7d;

    width: 100%;

}


.sixAreas ul li .text .more {

    width: 125px;

    height: 46px;

    border: 1px solid #d0d1d1;

    margin-top: 60px;

    display: flex;

    justify-content: center;

    align-items: center;

    text-transform: uppercase;

    font-size: 14px;

}


.sixAreas ul li:hover .text .more {

    border: 1px solid #26bfbd;

    background: #26bfbd;

}


.sixAreas ul li .text .more a {

    color: #bdbfbf;

}


.sixAreas ul li:hover .text .more a {

    color: #fff;

}


.honorary .swiper-pagination-bullet {

    border-color: #fff;

}


.honorary .swiper-pagination-bullet-active {

    background: #fff;

}


.box3 {
    position: relative;
    background: rgba(43, 46, 149, 0.3);
    overflow: hidden;
    margin-top: 50px !important;
}


.box3:after {

    display: block;

    content: "";

    padding-top: 50%;

}


.bisBox {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}


.box3Bg,
.box3Bg .swiper-wrapper,
.box3Bg .swiper-slide {

    height: 100% !important;

    width: 100% !important;

}


.box3Bg {

    position: absolute !important;

    top: 0;

    left: 0;

}


.box3Bg .swiper-wrapper {

    transform: translate(1px) !important;

    /*解决swiper第一个不改变*/

    margin-left: -1px;

    left: 0 !important;

}


.box3Bg .swiper-slide {

    background-size: cover;

    background-position: center center;

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0;

    filter: alpha(opacity=0);

    z-index: 1;

    transform: scale(1.3);

    transition: 1.5s ease-in-out;

}


.box3Bg .swiper-slide-active {

    opacity: 1;

    filter: alpha(opacity=100);

    z-index: 2;

    transform: scale(1);

}


.bisPhrase {

    color: #fff;

    font-size: 16px;

    position: relative;

    z-index: 9;

}


.bisList {

    width: 100%;

    height: 100%;

    position: relative;

    z-index: 9;

}


.bisList1 {

    height: 100%;

    width: 100%;

}


.bisList1 dd {

    float: left;

    display: inline;

    width: 20%;

    height: 100%;

}


.bisList1 dd .maxBox {

    position: relative;

    width: 100%;

    height: 100%;

}


.bisList1 dd a {

    display: block;

    height: 100%;

    *border-color: #fff;

    position: relative;

    border-radius: 5px;

}


.bisList1 dd a:after {

    display: block;

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    border-right: 1px solid rgba(255, 255, 255, 0.1);

}


.bisList1 .listBox1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    transition: 0.4s ease;

}


.bisList1 .listBox1 .iconBox {

    height: 88px;

    width: 88px;

    margin: 0 auto;

}


.bisList1 dd .listBox1 .txt {

    color: #fff;

    font-size: 16px;

    height: 30px;

    line-height: 60px;

    font-size: 16px;

    color: #fff;

    text-align: center;

}


.bisList1 .listBox {

    position: absolute;

    top: 0;

    left: 0;

    background: rgba(00, 00, 00, 0);

    width: 100%;

    height: 100%;

    transform: scale(0.2);

    transition: 0.6s ease;

}


.bisList1 dd .listBox .listImg {

    text-align: center;

}


.bisList1 .listTxt {

    padding: 20px;

}


.bisList1 .listBox .listTit {

    color: #fff;

    font-size: 16px;

    white-space: normal;

    text-overflow: ellipsis;

    overflow: hidden;

    line-height: 26px;

    height: 26px;

    padding: 8% 0 8% 0;

    text-align: center;

}


.bisList1 .listBox .listInfr {

    font-size: 14px;

    color: #fff;

    line-height: 30px;

    overflow: hidden;

    padding: 20px 15px 0;

    position: relative;

    opacity: 0;

    filter: alpha(opacity=0);

    transition: 0.5s linear;

    -webkit-box-orient: vertical;

    text-align: center;

}


.bisList1 .listBox .listInfr:after {

    content: '';

    width: 30px;

    border-bottom: 1px solid #fff;

    position: absolute;

    top: 0;

    left: 50%;

    margin-left: -15px;

}


.bisList1 .listBox .more {

    width: 38px;

    height: 38px;

    margin: auto;

    background: url(../images/jia.png) center center no-repeat;

}


.bisList1 dd:hover .listBox {

    transform: scale(1);

    opacity: 1;

    filter: alpha(opacity=100);

}


.listBox1 .table .tableCell {

    border-right-width: 100%;

}


.bisList1 dd:hover .listBox .listInfr {

    top: 0;

    opacity: 1;

    filter: alpha(opacity=100);

    transition-delay: 0.3s;

}


.swiper-wrapper {

    position: relative;

}


.box3BgMask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.7);
}


/*企业文化start*/

.culture .cultureDl1 {

    position: relative;

    z-index: 5;

    padding-bottom: 10px;

    overflow: hidden;

}


.culture span {

    font-size: 20px;

    line-height: 30px;

    color: #fff;

    display: block;

    position: relative;

    padding: 45px 0 10px 30px;

}


.culture .TextC:after {

    display: block;

    position: absolute;

    content: "";

    top: 92px;

    left: 30px;

    width: 33px;

    height: 2px;

    background-color: #fff;

}


.culture .cultureDl1 .Text1 {

    width: 700px;

    height: 360px;

    display: inline-block;

    margin-right: 6px;

    float: left;

    display: inline;

    margin-right: 10px;

}


.culture .cultureDl1 .Text2 {

    width: 490px;

    height: 360px;

    display: inline-block;

    float: left;

    display: inline;

}


.culture dd a {

    display: inline-block;

    width: 100%;

    height: 100%;

}


.culture dd a:hover .TextC {

    color: #01ab68;

}


.culture dd .hoverDH:hover {

    transform: translateY(-10px);

    -webkit-transform: translateY(-10px);

}


.hoverDH {

    transition: 0.3s linear;

    -webkit-transition: 0.3s linear;

}


.cultureT2 .cultureDl2 {

    position: relative;

    z-index: 5;

}


.cultureT2 .cultureDl2 {

    margin-right: -6px
}


.cultureT2 .cultureDl2 dd {

    width: 393px;

    height: 390px;

    display: inline-block;

    margin-right: 6px;

    position: relative;

    float: left;

}


.bisList1 {

    height: 100%;

    max-width: 1400px;

    margin: auto;

}


.banner .swiper-container {

    width: 100%;

    height: auto;

    color: #fff;

    text-align: center;

}


.project .swiper-container {

    width: 100%;

    height: auto;

}


.news-cont .swiper-container {

    width: 600px;

    height: auto;

    color: #fff;

    text-align: center;

}


.bisList1 dd {
    width: 33.333%;
}


.bisList1 {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}


.bisList1 .listBox1 .table {
    width: 100%;
}


.party-img .swiper-container {
    width: 100%;
    height: auto;
}


.top .weichat,
.top .douyin {
    position: absolute;
    top: -95px;
    left: 10px;
    display: none;
}

.top .weichat,
.top .guanc {
    position: absolute;
    top: -95px;
    left: 15px;
    display: none;
}


.top a {

    position: relative;

}


.top .top_img::before {

    content: '';

    width: 0;

    height: 0;

    border-left: 7px solid transparent;

    border-right: 7px solid transparent;

    border-top: 6px solid white;

    position: absolute;

    left: 50px;

    display: none;

    top: -6px;

}

.top .weichat {
    left: -8px;
}

.top a.top_img:nth-child(1)::before {
    left: 30px;
}


.top a img {

    width: 90px;

    height: 90px;

    max-width: 90px;

}


.top a:hover img {

    display: block;

}


.top a:hover::before {

    display: block;

}


/*详情页上下篇*/

.detail-page {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.detail-page .page-left {
    width: 5%;
}


/*列表页分页*/

.list-page {
    margin-top: 40px;
}

.list-page ul {
    display: flex;
    justify-content: center;
}

.list-page ul li {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(112, 112, 112, .1);
    display: flex;
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.list-page ul li.active {
    background: #27BBBF;
}

.list-page ul li.active a {
    color: #fff;
}


.list-page ul li a {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    color: #000;

}


.list-page ul li:hover {

    background: #27BBBF;

    color: #fff;

}

.list-page ul li:hover a {

    color: #fff;

}


.newsTion .newsTion-con .slideBox {
    width: 50%;
    position: relative;

}

.newsTion .newsTion-con .slideBox .hd {
    position: absolute;
    left: 85%;
    top: 91%;
    z-index: 1;
}

.newsTion .newsTion-con .slideBox .hd li {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    display: inline-block;

    margin: 0 2px;

    border: 1px solid #fff;

}

.newsTion .newsTion-con .slideBox .hd li.on {

    background: #0161b8;

    border: none;

    width: 12px;

    height: 12px;

}


.newsTion .newsTion-con .slideBox .bd ul li {

    position: relative;

}


.newsTion .newsTion-con .slideBox .bd ul li p {

    position: absolute;

    display: inline-block;

    bottom: 0;

    width: 100%;

    background: rgba(0, 0, 0, .5);

}

.newsTion .newsTion-con .slideBox .bd ul li p a {

    color: #fff;

    height: 60px;

    line-height: 60px;

    font-size: 20px;

    margin-left: 20px;

}


.construction .swiper2 .swiper-slide {
    width: 445px !important;
    margin-right: 30px;
}


/* 鍒嗛〉 */
center.margin-top-60,
center.padding-top-90 {
    margin: 40px auto 30px;
    overflow: hidden;
    width: 100%;
}

center.margin-top-60 ul,
center.padding-top-90 ul {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

center.margin-top-60 ul li,
center.padding-top-90 ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 15px;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 1px;
    padding: 0;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    color: #5a5a5a;
}

center.margin-top-60 li.active,
center.padding-top-90 li.active {
    background: #29a449;
}

center.margin-top-60 li.active a,
center.padding-top-90 li.active a {
    color: #fff;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

center.padding-top-90 ul li a .layui-icon-prev:before {
    content: "鑺�";
}

center.padding-top-90 ul li a .layui-icon-next:before {
    content: "绂�";
}

center.margin-top-60 {
    margin: 20px auto 30px;
}

.detail .prevnext {
    /*width: 100%;*/
    width: 90%;
    display: flex;
    align-items: center;
    text-indent: 55px;
    justify-content: space-between;
    border-top: 1px solid rgba(112, 112, 112, .1);
    padding-top: 30px;
    margin-top: 50px;
}

.detail .prevnext a {
    font-size: 16px;
    color: #3c3c3c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.detail .prevnext a:hover {
    color: #27BBBF;
    font-weight: bold;
}

.detail .prevnext .next {
    width: 50%;
}

.detail .prevnext .previous {
    width: 50%;
}


.con-search {
    margin-top: 50px;
}

.search-big {
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    width: 100%;
}

.search-big .input-lg:focus-visible {
    border: none;
    outline: aliceblue;
}

.con-search span.text-info {
    font-size: 14px;
    color: #0062b2;
}

.search-big .input-lg {
    border: none;
    background: #f5f7fb;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #231815;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
}

.search-big .noborder-left {
    position: absolute;
    right: 20px;
    top: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
}

.pagination {
    text-align: center;
}

.close {
    display: none;
}

.margin-bottom-20 {
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    padding: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

center.margin-top-60 li.active,
center.padding-top-90 li.active {
    background: #27BBBF;
}


/*--*/

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-20 {
    padding: 20px;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}